home *** CD-ROM | disk | FTP | other *** search
- /* vi:set ts=4 sw=4:
- *
- * VIM - Vi IMproved by Bram Moolenaar
- *
- * Do ":help uganda" in Vim to read copying and usage conditions.
- * Do ":help credits" in Vim to see a list of people who contributed.
- */
-
- /*
- * Archimedes Machine-dependent things
- */
-
- #if defined(__DATE__) && defined(__TIME__)
- # define HAVE_DATE_TIME
- #endif
- #define HAVE_QSORT
- #define HAVE_FCNTL_H
-
- #define vim_remove(x) remove((char *)(x))
-
- /*
- * sorry, this file is missing
- */
-